summaryrefslogtreecommitdiff
path: root/compiler/widestr.pas
Commit message (Expand)AuthorAgeFilesLines
* * some cleanupflorian2019-12-231-7/+1
* * fixed accidentally committed (harmless) typo in r32202jonas2015-11-041-1/+1
* * correctly handle code page names specified in upper case (mantis #28934)jonas2015-10-301-2/+2
* * unicode2ascii: give an internalerror when trying to convert to UTF-8, asjonas2015-09-281-23/+6
* + support UTF-8 in ascii2unicode(), this fixes the UTF-16 output ofjonas2015-09-281-8/+20
* * ascii2unicode: consistently use the cp parameterjonas2015-09-281-1/+1
* * Removed lot of unused vars.yury2015-09-171-0/+2
* * converted widestr.charlength() to use system.Utf8CodePointLen()jonas2015-03-011-56/+35
* * avoid crashes when displaying help with an unsupported system codepagehajny2015-02-281-2/+4
* * fix determination of help line length with codepage set to UTF-8 (the str...hajny2015-02-281-5/+49
* * improved paging of help pages so that lines are not missed with 80x25 win...hajny2015-02-271-0/+25
* * add support for Latin-2 character sets (ISO & IBM)hajny2014-03-271-1/+1
* compiler: remove big codepage maps from the compiler executable - they will b...paul2014-01-051-5/+11
* compiler: load binary unicode mappings in cpavailable() call instead of separ...paul2014-01-041-16/+14
* compiler: paul2014-01-041-1/+15
* compiler, rtl: move cpXXXX.pas files from compiler to RTL\charmaps directory ...paul2013-03-121-5/+3
* + Added Greek code page 1253 to the compiler to have support for the third mo...yury2013-02-141-0/+2
* compiler: add US-ASCII codepagepaul2012-09-181-1/+1
* * merged trunk up to r20882jonas2012-04-151-22/+74
|\
| * * fixes bootstrapping with 2.6.0florian2011-10-151-1/+1
| * compiler: apply patches from Inoussa and Jonas:paul2011-10-111-3/+3
| * * make compiler compilable with 2.4.4 rtlflorian2011-09-281-8/+8
| * compiler: replace string codepage comparison to numeric. store codepage as nu...paul2011-09-191-2/+2
| * merge r17434 from cpstrnew branch by michael:paul2011-09-171-16/+68
* | + ansistring support. Items of note:jonas2011-08-201-3/+4
|/
* * fixed storing/loading widestring constant nodes into/from ppu filesjonas2010-03-141-5/+11
* Merged revisions 11665-11738 via svnmerge from florian2008-09-101-2/+1
* * make code page name parsing case insensitive (mantis #8930)jonas2007-09-221-2/+2
* + support for widestring manager based widechar conversionsjonas2007-08-121-3/+22
* * default widestring-ansistring conversion needs to use the same algorithmpeter2007-07-231-1/+4
* + added cyrillic code page tablesflorian2007-05-221-2/+4
* * settings refactoredflorian2006-10-301-5/+5
* * remove ifdef fpcpeter2006-10-071-1/+1
* * fixed crashes in asciichar2unicode() and ascii2unicode() in casejonas2006-07-061-6/+23
* * donewidestring has var instead of out parameterjonas2006-02-121-2/+2
* * fixed compilerwidestring concatenationflorian2005-12-041-1/+2
* * some warning about uninitialized vars fixed by using out instead of varflorian2005-05-291-4/+6
* * log and id tags removedfpc2005-05-211-7/+0
* initial importfpc2005-05-161-0/+232