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

Remove unexported, undocumented, and unused utf8sizeof and is_utf8_start from Base #12655

Merged
merged 2 commits into from Aug 17, 2015

Conversation

ScottPJones
Copy link
Contributor

These functions were only used in packages, and not in Base.
I have already made a PR JuliaLang/JuliaParser.jl#21 to remove utf8sizeof.
I will make another PR to fix MutableStrings, but it hasn't been updated in 2 years.

@tkelman tkelman added the domain:unicode Related to unicode characters and encodings label Aug 17, 2015
@@ -26,10 +26,6 @@ const utf8_trailing = [
2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, 3,3,3,3,3,3,3,3,4,4,4,4,5,5,5,5,
]

# Retained because although undocumented and unexported, used in a package (MutableStrings)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A PR or issue should probably be opened on MutableStrings since this package is mentioned explicitly.

jakebolewski added a commit that referenced this pull request Aug 17, 2015
Remove unexported, undocumented, and unused utf8sizeof and is_utf8_start from Base
@jakebolewski jakebolewski merged commit fc6cb99 into JuliaLang:master Aug 17, 2015
@ScottPJones ScottPJones deleted the spj/utf8sizeof branch August 23, 2015 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:unicode Related to unicode characters and encodings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants