We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as mostly all systems nowadays are UTF-8 ready, shouldn't the files which contain German Umlaus not be converted?
file -i * | egrep '(utf|iso)' CREDITS: text/plain; charset=iso-8859-1 HISTORY: text/plain; charset=iso-8859-1 vdradmind.pl: text/x-perl; charset=iso-8859-1
Comments?
This is also related to glenvt18/vdradmin-am#9 which has partial replacements already inside, mostly on comments, but one line is affecting the code:
- unless ($c =~ /[<F6><E4><FC><DF><D6><C4><DC>A-Za-z0123456789_!@\$%&()+,.\-;=~ ]/) { + unless ($c =~ /[öäüßÖÄÜA-Za-z0123456789_!@\$%&()+,.\-;=~ ]/) {
The text was updated successfully, but these errors were encountered:
Is there a way to change this automatically?
Sorry, something went wrong.
https://perldoc.perl.org/utf8
You have to tell the interpreter that you plan to use UTF-8 in source code.
I will take care of this after further testing
pbiering
No branches or pull requests
as mostly all systems nowadays are UTF-8 ready, shouldn't the files which contain German Umlaus not be converted?
Comments?
This is also related to glenvt18/vdradmin-am#9 which has partial replacements already inside, mostly on comments, but one line is affecting the code:
The text was updated successfully, but these errors were encountered: