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 Bike notes in #164
(char-downcase #\CYRILLIC_CAPITAL_LETTER_IE_WITH_GRAVE) -> #\CYRILLIC_CAPITAL_LETTER_IE_WITH_GRAVE
The text was updated successfully, but these errors were encountered:
In https://en.cppreference.com/w/cpp/locale/tolower and https://en.cppreference.com/w/cpp/locale/toupper are examples that should work.
This works in Xcode, so lets try this for clasp
Sorry, something went wrong.
seems to work fine:
COMMON-LISP-USER> (char-downcase #\CYRILLIC_CAPITAL_LETTER_IE_WITH_GRAVE) #\CYRILLIC_SMALL_LETTER_IE_WITH_GRAVE COMMON-LISP-USER> (char-upcase #\CYRILLIC_SMALL_LETTER_IE_WITH_GRAVE) #\CYRILLIC_CAPITAL_LETTER_IE_WITH_GRAVE
Works now fine with pr #1121 merged
kpoeck
No branches or pull requests
as Bike notes in #164
The text was updated successfully, but these errors were encountered: