On Tue, Mar 31, 2015 at 2:16 AM, Vikrant Chaudhary <vikr...@webstream.io>
wrote:
>
> Maybe I should roll with "Lagerstätte" as project's name, but we still
> need the ASCII approximation to use in code.


In the actual code or in string constants? If in string constants, why not
use the ISO-8859-1 encoding? Or even Unicode? As long as your software sets
the character set parameter in the HTTP header, this should display
correctly.

Example: Content-Type: text/html; charset=iso-8859-1

or: Content-Type: text/html; charset=utf-8
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to