translation.hpux.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaybird-jdk17 Show documentation
Show all versions of jaybird-jdk17 Show documentation
JDBC Driver for the Firebird RDBMS
# This translation file provides a mapping between some characters from the
# ISO Latin-1 character set that are incorrectly handled by the HP-UX platform
#
# Format of the file is a mapping of the characters that come from database into
# characters that should be returned to the Java application. The mapping is
# symmetric and its inversion is used to map characters that come from the
# application into the characters that are written in the database
#
# Each property in this file must start with "db.", a marker that tells Jaybird
# that next character is the character that comes from database. After this
# prefix comes single Unicode character, then separator (whitespace, colon or
# equal sign '='), then single Unicode character that should be returned to
# Java application instead of the previously mentioned one. Unicode character
# should be specified as \u followed by the 4-digit hex code of the character
#
# ? - capital A with diaeresis
db.\u00d8=\u00c4
# ? - small a with diaeresis
db.\u00cc=\u00e4
# ? - capital O with diaeresis
db.\u00da=\u00d6
# ? - small o with diaeresis
db.\u00ce=\u00f6
# ? - capital U with diaeresis
db.\u00db=\u00dc
# ? - small u with diaresis
db.\u00cf=\u00fc
# ? - small scharfes S
db.\u00de=\u00df
# ? - paragraph sign
db.\u00bd=\u00a7