mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
remove Normalizer from clipboard and PaperCard artist.
This commit is contained in:
@@ -571,7 +571,7 @@ public class Main extends AndroidApplication {
|
||||
if (clipData.getItemCount() > 0) {
|
||||
try {
|
||||
String text = clipData.getItemAt(0).coerceToText(getContext()).toString();
|
||||
return Normalizer.normalize(text, Normalizer.Form.NFD);
|
||||
return text;//Normalizer.normalize(text, Normalizer.Form.NFD);
|
||||
} catch (Exception ex) {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user