-
Notifications
You must be signed in to change notification settings - Fork 1
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
UTF-8 census in POPC2 digital scores #262
Comments
Searching for the last problem character: grep -rl "" *-* Results in identifying this file: pl-wumfc/kern/pl-wumfc--n2100--001-012_dobrzynski-ignacy-feliks--monbar-czyli-flibustierowie-partytura-fortepianowa-akt-ii-11-coro.krn Editing the file(s): vi $(grep -rl "" *-*) Problem character in score, searching for character Looking at online score: https://polishscores.org/?id=pl-wumfc--n2100--001-012 Loading into VHV: https://verovio.humdrum.org/?file=https%3A%2F%2Fhumdrum.nifc.pl%2Fpl-wumfc--n2100--001-012.krn Original score: https://polish.musicsources.pl/en/lokalizacje/galeria/druki-muzyczne/11863/99#nomenu This particular character should be encoded as Although text-encoded segnos should be made smaller: Perhaps the (NB: updates should be made to gitea and not this repository, which is downstream of gitea). |
Here are unicode characters in make unicode-text Results:
It is better not to use characters like this:
Since that might cause problems when searching the text (single character with acute accent included is better). |
Related to #261
Here is a PERL script using
uniname
command-line program to list the number of each non-ASCII character in all POPC2 files (both lyrics and elsewhere):Installed in https://github.com/pl-wnifc/humdrum-polish-scores/blob/main/bin/listUnicodeCharacters
(could be copied into the gitea repository as well)
Run with the command
make unicode
The results:
The "Unknown character in range Private Use Area" and "character in undefined range" characters should be removed from the files.
The text was updated successfully, but these errors were encountered: