* unicodesymbols: support capital <ß>

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29052 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-04-03 12:29:11 +00:00
parent 681179f092
commit 4a3d64ca8b
2 changed files with 5 additions and 2 deletions

View File

@ -1197,7 +1197,7 @@
0x1e99 "\\r{y}" "" "mathalpha" "\\mathring{y}" # LATIN SMALL LETTER Y WITH RING ABOVE
#0x1e9a "" "" "" # LATIN SMALL LETTER A WITH RIGHT HALF RING
#0x1e9b "" "" "" # LATIN SMALL LETTER LONG S WITH DOT ABOVE
#0x1e9e "" "" "" # LATIN CAPITAL LETTER SHARP S
0x1e9e "\\SS" "" "" # LATIN CAPITAL LETTER SHARP S
0x1ea0 "\\d{A}" "" "mathalpha" "\\subdot{A}" "accents,subdot" # LATIN CAPITAL LETTER A WITH DOT BELOW
0x1ea1 "\\d{a}" "" "mathalpha" "\\subdot{a}" "accents,subdot" # LATIN SMALL LETTER A WITH DOT BELOW
#0x1ea2 "" "" "" # LATIN CAPITAL LETTER A WITH HOOK ABOVE

View File

@ -109,7 +109,10 @@ What's new
geometry option clash is avoided (bug 5863).
- Perform extra LaTeX run when requested by the French lettre class
(bug 5818),
(bug 5818).
- Support LATIN CAPITAL LETTER SHARP S. Note that only selected fonts
provide this character. Others output <SS>.
* USER INTERFACE