reading text from the keyboard input panel will return the string in Unicode NFC

This commit is contained in:
minjaesong
2022-01-11 17:30:52 +09:00
parent 65d9ae7ee1
commit dc595fdd51
6 changed files with 19 additions and 1 deletions

14
.idea/libraries/ibm_icu_icu4j.xml generated Normal file
View File

@@ -0,0 +1,14 @@
<component name="libraryTable">
<library name="ibm.icu.icu4j" type="repository">
<properties maven-id="com.ibm.icu:icu4j:70.1" />
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/icu4j-70.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$PROJECT_DIR$/lib/icu4j-70.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/icu4j-70.1-sources.jar!/" />
</SOURCES>
</library>
</component>