Domino 9 und frühere Versionen > ND8: Entwicklung

Problem bei ASCII Konvertierung unter Linux (Asc)

<< < (2/2)

Weixel:
Habe das ganze jetzt, über eine zusätzliche Prüfung über Unicode-Konvertierung ergänzt und die Umlaute funktionieren tadellos :


--- Code: ---tmpUNI  = Uni(sign)

If ((tmpUNI = 196) Or (tmpUNI = 214) Or (tmpUNI = 220) Or (tmpUNI = 228)_
   Or (tmpUNI = 246) Or (tmpUNI = 252) Or (tmpUNI = 223)) Then
    'Erlaube ä,ö,ü,Ä,Ö,Ü,ß
End If

--- Ende Code ---

Danke für Eure Hilfe

Navigation

[0] Themen-Index

[*] Vorherige Sete

Zur normalen Ansicht wechseln