[fpc-pascal] simple conversion of unicode chars

Tomas Hajny XHajT03 at hajny.biz
Sun Dec 27 11:27:14 CET 2015


On Sat, December 26, 2015 20:07, ulrich wrote:


Hi,

> I need the simplest possible transfer of one unicode character (numeric
> string or integer) to the default windows code page (CP1250).

Simple assignment to an ansistring or shortstring does implicit conversion
using the current process codepage.

Tomas





More information about the fpc-pascal mailing list