We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c77f90 commit 03ddf5cCopy full SHA for 03ddf5c
templates/README.md
@@ -73,7 +73,7 @@ require('@unicode/unicode-<%= version %>/<%= type %>').get(codePoint); // lookup
73
<%
74
}
75
dirs[type].forEach(function(dir) {
76
- if ('Case_Folding' == type || 'Simple_Case_Folding' == type || 'Special_Casing' == type) {
+ if ('Case_Folding' == type || 'Simple_Case_Mapping' == type || 'Special_Casing' == type) {
77
%>
78
require('@unicode/unicode-<%= version %>/<%= type %>/<%= dir %>/code-points.js'); // lookup map from code point to code point or array of code points
79
require('@unicode/unicode-<%= version %>/<%= type %>/<%= dir %>/code-points.js').get(codePoint);
0 commit comments