Comment 11 for bug 324256

Revision history for this message
Jussi Pakkanen (jpakkane) wrote :

The final expansion to UTF-8 happens in text.cpp:OneChar. However debugging reveals that the dash (value 151 or 0x97) has already been expanded to the specified characters. Those individual are then UTF-8 encoded as expected. The question becomes: where does the first expansion/substitution happen and why?