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
@mstevan test-set: normalize-unicode.xml test-cases: fn-normalize-unicode2args-2
@team Seems that normalize-unicode is case sensitive. According to this test case it does not seem that it should be case sensitive...
Input: normalize-unicode("Nothing to normalize.", "nFc")
Output: ⚠️ ️There was an error.
Code: [FOCH0003] (this code can be looked up in the documentation and specifications).
Location information: file:/Users/mstevan/Documents/:LINE:1:COLUMN:0:
nFc is not a valid normalization form
Expected output: Nothing to normalize.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@mstevan
test-set: normalize-unicode.xml
test-cases: fn-normalize-unicode2args-2
@team
Seems that normalize-unicode is case sensitive. According to this test case it does not seem that it should be case sensitive...
Input:
normalize-unicode("Nothing to normalize.", "nFc")
Output:
⚠️ ️There was an error.
Code: [FOCH0003] (this code can be looked up in the documentation and specifications).
Location information: file:/Users/mstevan/Documents/:LINE:1:COLUMN:0:
nFc is not a valid normalization form
Expected output:
Nothing to normalize.
The text was updated successfully, but these errors were encountered: