Open($1)
|
|
|
|
// selecton of ASCII glyphs, including a-z, A-Z, 0-9 and basic symbols
|
|
SelectMore(0u0020, 0u007e)
|
|
|
|
SelectMore(0u00e4) // ä
|
|
SelectMore(0u00f6) // ö
|
|
SelectMore(0u00fc) // ü
|
|
SelectMore(0u00c4) // Ä
|
|
SelectMore(0u00d6) // Ö
|
|
SelectMore(0u00dc) // Ü
|
|
SelectMore(0u00df) // ß
|
|
|
|
SelectInvert()
|
|
DetachAndRemoveGlyphs()
|
|
Generate($2)
|