Skip to content
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

convert_to_ascii in DADA::App::Guts strips out characters like, Ü, ß, etc #361

Closed
justingit opened this issue Mar 21, 2013 · 0 comments
Closed

Comments

@justingit
Copy link
Owner

"convert_to_ascii" is sort of a bad name for this subroutine, as there's no real need to convert anything to ascii before, so the methods used to do so, are outdated.

What convert_to_ascii really does is take HTML text and changes it to unformatted (with HTML tags) plain text. This text can really be with characters above 7bits, without any problems,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant