This is Bugzilla
View Bug Activity | Format For Printing | XML | Clone This Bug
In Russian locale on Win2K I opened a document and saved as HTML. I reloaded it as XHTML. Each character is bigger than a page! The HTML source contains this: <span style="font-family: 'Times New Roman'; font-size: 12,000000pt"> Note the ",". I think this is locale related. Font size is really 12. Are we writing font sizes in locale-dependent floating point? Why don't we use integers? We should read and write in a set, locale-independent format. This may affect other document types.
This is known problem that MUST be eradicated: printf ("%f") considered harmful as it uses locale to format the number. This will happen in French locale too.
I just fixed this. Sorry yo
verified.
closing verified bugs whose target is no longer