Hi all, > A user [1] wanted to change the math template documentation from %mu to > %my (and similar). He is using a German version of OO.o, and reports > that %mu doesn't work, but %my does. > > According to the WG translation [2], it works the same (as %mu) in both > English and German. > > Could you check it out under a German version? > 1) Insert > Object > Formula > 2) Type %mu (space or return afterward) into the bottom pane; the mu > character should appear in the document. If it doesn't, we have a problem. > > [1] > http://wiki.services.openoffice.org/wiki/User_talk:Spellbreaker#Why_.25my_.3F > > [2] > http://wiki.services.openoffice.org/wiki/DE/Dokumentation/OOo_2.x/Handb%C3%BCcher/Writer-Handbuch/Math-Befehlsverzeichnis
In order hopefully make things clear: 1) In the ODF file format itself only the english names of Maths predefined symbols are used. 2) Upon loading a Math formula those English (lets call them 'programmatic names') are automatically converted to the localized names using the office UI language. And thus if with an English office UI %mu was used in a document then when this document is opened with an office with German UI language, then the %mu becomes a %my. See RID_UI_SYMBOL_NAMES in symbol.src and its respective localizations. Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@documentation.openoffice.org For additional commands, e-mail: dev-h...@documentation.openoffice.org