Skip to content
New issue

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

Add unicode encoding for the error message from NonBlankString.from #312

Closed
kevin-lee opened this issue Apr 20, 2024 · 0 comments · Fixed by #313
Closed

Add unicode encoding for the error message from NonBlankString.from #312

kevin-lee opened this issue Apr 20, 2024 · 0 comments · Fixed by #313
Assignees
Labels
Milestone

Comments

@kevin-lee
Copy link
Owner

kevin-lee commented Apr 20, 2024

Summary

Add unicode encoding for the error message from NonBlankString.from

Version

0.15.0

Description

val s = "\u0009\u200a\u2004\u1680"
// String = "	   "
NonBlankString.from(s)
// Left(Invalid value: [	   ], unicode=[\u0009\u200a\u2004\u1680]. It must be not all whitespace non-empty String)
@kevin-lee kevin-lee added the task label Apr 20, 2024
@kevin-lee kevin-lee added this to the m16 milestone Apr 20, 2024
@kevin-lee kevin-lee self-assigned this Apr 20, 2024
@kevin-lee kevin-lee changed the title Add unicode encoding for error message for NonBlankString.from Add unicode encoding for the error message from NonBlankString.from Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant