John Maddock wrote:

I'm thinking of injecting specific Unicode code points into the text, you already have an \n escape, but I was thinking of extending that to the other normal string-literal escapes, in particular I wanted to be able to do:

\xC0   would encode a Latin 'A' with a grave accent, or:
\u025B  would encode a lower case epsilon.

The syntax is the same as C++ string escapes BTW.

The output I believe has to be as UTF-8.

I just used UTF-8 and it passed through unchanged (in the very out of date acknowledgements section of the hash docs). I guess that worked more by coincidence than design. Maybe I should change it.




-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to