-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UTF8 in TextField's value #5
Comments
The problem is not really related to utf8, \ss and similar commands break too. Imho the problem is that the field value is not passed through
|
@u-fischer thanks that looks about right, I'd seen it was unrelated to input encoding but not traced the interesting path the various escape mechanisms take. |
hyperref v6.83p uploaded to CTAN |
(reposted from https://puszcza.gnu.org.ua/bugs/index.php?204, author Thorsten )
Hi. I have the following packages:
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
When I create a textfield with
\TextField[name=test, value=Groß]{test}
the value shows as "GroT1ss"
How can I fix this?
The text was updated successfully, but these errors were encountered: