Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
fpg_stringutils unit now has various code page conversion routines
* CP437ToUTF8
* CP850ToUTF8
* IBMGraphToUTF8 - special encoding often used under OS/2
* IPFToUTF8 - special conversion for use with DocView and old OS/2 INF files.
|
|
|
|
* fpgAppendPathDelim()
* fpgRemovePathDelim()
|
|
|
|
* Moved DebugLn() implementations from fpg_pofiles to fpg_main
* DebugLn() should now work even on Windows GUI applications
without throwing IO errors.
* Implemented 3 new UTF-8 file methods in fpg_utils.
|
|
* Renamed EditXXX's DecimalSeparator and ThousandSeparatar properties to not conflict with the global variables in SysUtils.
* Added EditCurrency, EditFloat and EditInteger to the UI Designer palette. I still have issues with TfpgChar type, so you have to use the 'unknow' memo in Object Inspector.
* Minor changes in edits demo to compile again after the above changes.
|
|
* Changed the AChar parameter of UTF8CharAtByte to a out parameter.
|
|
* Updated the UI Designer to use the new unit names.
|