[go: up one dir, main page]

File: NEWS

package info (click to toggle)
unac 1.8.0-8
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 2,400 kB
  • sloc: ansic: 3,862; sh: 2,794; makefile: 42; perl: 4
file content (64 lines) | stat: -rw-r--r-- 1,373 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Version 1.8.0

* Upgrade to Unicode-4.0

* Add local decomposition map (unaccent-local-map.perl)

Version 1.7.0

* Rune Nordbe Skillingstad fixed Unicode-3.2 bug

* Added debug information and improved regression test 
  information level

* Re-wrote manual pages for clarity and content

Version 1.6.0

* Upgrade to Unicode-3.2.0

Version 1.5.0

* Better detection of the iconv library, using the AM_ICONV
  macro of Bruno Haible.

* Upgrade autotools files

* Minor documentation upgrades.

Version 1.4.0

* When unac_string finds an illegal sequence while converting,
  it replaces it with a space. For instance 1/4 ISO-8859-1 character
  is converted to 1 4 (one space four) because the fraction character
  does not exist in ISO-8859-1.

* The new unac_version function returns the version number.

Version 1.3.0

* Add support for systems that do not have UTF-16BE defined
  but only UTF-16 being implicitly big endian. It means that
  it will work with both glibc-2.1.3 and glibc-2.1.94.

* Fix occasional allocation bug

* Allocate returned buffer even if an empty string is given
  in input.

* Add more regression tests

Version 1.2.0

* Fix endianess problem that shows on RedHat-7.0

* Fix prototype mistake (int used where size_t required)

Version 1.1.0

* Fix error handling bug

* Recommend alternative iconv implementation for Solaris-2.6

Version 1.0.0