In our previous episode, Mattias Gaertner said: > > In our previous episode, Mattias Gaertner said: > > > > > > > > I see this as a theoretic consideration. Please give a real world > > > > (!) code example when this causes a problem. > > > > > > Can you give a real world example where a different RTLString for > > > each platform solves a problem? > > > > It avoids pingpong repeated conversions between OS encoding and > > whatever encoding is default. > > A real world example please.
I don't have to. If you guaranteedly have two encodings into place and combine code out multiple sources this will happen for sure. Keeping as much as possible in the system encoding, will limit this only to legacy packages that haven't been properly ported yet, and at least a hope staying away from converison hell. _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel