summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/Resources
diff options
context:
space:
mode:
authorLevi Broderick <GrabYourPitchforks@users.noreply.github.com>2018-11-13 17:05:02 -0800
committerGitHub <noreply@github.com>2018-11-13 17:05:02 -0800
commit7fcd8a86732f2a57b17d3848f113b5a8afca8d6f (patch)
treecdbb786a33a77bab2345abaae8ce0c912da2dbbf /src/System.Private.CoreLib/Resources
parent171837ddfef844e0f2952b9ce2df5af6bb65848a (diff)
downloadcoreclr-7fcd8a86732f2a57b17d3848f113b5a8afca8d6f.tar.gz
coreclr-7fcd8a86732f2a57b17d3848f113b5a8afca8d6f.tar.bz2
coreclr-7fcd8a86732f2a57b17d3848f113b5a8afca8d6f.zip
Initial commit for System.Text.Rune (#20935)
This type represents a Unicode scalar value ([ U+0000..U+D7FF ], inclusive; and [ U+E000..U+10FFFF ], inclusive). The primary scenario is for having a consistent representation of Unicode data regardless of the underlying input encoding type, including abstracting away surrogate code points.
Diffstat (limited to 'src/System.Private.CoreLib/Resources')
-rw-r--r--src/System.Private.CoreLib/Resources/Strings.resx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/Resources/Strings.resx b/src/System.Private.CoreLib/Resources/Strings.resx
index 42dcde3e2f..4f17a289c8 100644
--- a/src/System.Private.CoreLib/Resources/Strings.resx
+++ b/src/System.Private.CoreLib/Resources/Strings.resx
@@ -3652,6 +3652,9 @@
<data name="Argument_MethodRedefined" xml:space="preserve">
<value>Method has been already defined.</value>
</data>
+ <data name="Argument_CannotExtractScalar" xml:space="preserve">
+ <value>Cannot extract a Unicode scalar value from the specified index in the input.</value>
+ </data>
<data name="Argument_CannotParsePrecision" xml:space="preserve">
<value>Characters following the format symbol must be a number of {0} or less.</value>
</data>