Jonas Maebe
|
6d5339cdb6
* CP819/IBM819 should be mapped to Windows code page 28591 (ISO8859-1)
|
8 years ago |
Jonas Maebe
|
dc1f5f1a13
* Haiku use UTF-8 from day one, so it make sense to use the corresponding
|
10 years ago |
Jonas Maebe
|
63bd65942b
* fall back to UTF-8 for darwin in unixcp.GetSystemCodePage if no LC_*/LANG
|
10 years ago |
Jonas Maebe
|
729ac297e4
* declare the code page names as ansistring instead of rawbytestring and
|
11 years ago |
Jonas Maebe
|
679c6bd27e
* fixed formatting
|
11 years ago |
Jonas Maebe
|
cddc31a1a8
* also allow 'cpXXXX' in addition to 'CPXXXX' code page names (mantis #15169)
|
11 years ago |
yury
|
5e369ae7fc
* Use UTF-8 as fallback code page on linux and ASCII on other unix systems.
|
12 years ago |
yury
|
c4ba95b227
* Use CP_ASCII as fallback in GetSystemCodepage to be compatible with cwstring.
|
12 years ago |
yury
|
b0d79b7854
* Use UTF-8 as fallback in GetSystemCodepage.
|
12 years ago |
yury
|
2b2a68446d
* Added new unit unixcp. It contains stuff from winiconv.inc - a table to map Windows code page identifiers to locale names on unix. Also GetSystemCodePage function in this unit can be used to detect which code page is used currently.
|
12 years ago |