[fpc-pascal] Resourcestrings in FPC 3.0

Martin Schreiber mse00000 at gmail.com
Thu Sep 24 09:14:17 CEST 2015


On Thursday 24 September 2015 09:00:47 Michael Van Canneyt wrote:
> > produces the file json.rsj
> > "
> > {"version":1,"strings":[
> > {"hash":7200948,"name":"json.a","value":"a\u00C3\u00A4\u00C3\u0084"}
> > ]}
> > "
> > Is this intended? How can translation tools know that the Unicode points
> > must be interpreted as utf-8 code units in this case?
>
> What did you expect to see ?
>
"
{"version":1,"strings":[
{"hash":7200948,"name":"json.a","value":"a\u00E4\u00C4"}
]}
"

> Michael.





More information about the fpc-pascal mailing list