Skip to content

Don't treat U+180E as whitespace - #2459

Draft
dringsim wants to merge 3 commits into
beautifier:mainfrom
dringsim:mvs
Draft

Don't treat U+180E as whitespace#2459
dringsim wants to merge 3 commits into
beautifier:mainfrom
dringsim:mvs

Conversation

@dringsim

@dringsim dringsim commented May 10, 2026

Copy link
Copy Markdown

Description

  • Source branch in your fork has meaningful name (not main)

Fixes Issue:

Stop treating U+180E as whitespace. U+180E MONGOLIAN VOWEL SEPARATOR is no longer classified as space character (i.e. in Zs category) in Unicode 6.3.0 (2013-09-30).

Before Merge Checklist

These items can be completed after PR is created.

(Check any items that are not applicable (NA) for this PR)

  • JavaScript implementation
  • Python implementation (NA if HTML beautifier)
  • Added Tests to data file(s)
  • Added command-line option(s) (NA if
  • README.md documents new feature/option(s)

U+180E MONGOLIAN VOWEL SEPARATOR is no longer classified as space character (i.e. in Zs category) in Unicode 6.3.0 (2013-09-30).
@bitwiseman

Copy link
Copy Markdown
Member

@dringsim
Thanks for the PR! Please resolve conflicts. If possible, add a test showing this corrected behavior.

@dringsim
dringsim marked this pull request as draft June 26, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants