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

Code and comments don't match in Khmer #3104

Closed
simoncozens opened this issue Aug 2, 2021 · 1 comment
Closed

Code and comments don't match in Khmer #3104

simoncozens opened this issue Aug 2, 2021 · 1 comment

Comments

@simoncozens
Copy link
Collaborator

Comments:

/*
* Basic features.
* These features are applied in order, one at a time, after reordering.
*/

Code:

unsigned int i = 0;
for (; i < KHMER_BASIC_FEATURES; i++)
map->add_feature (khmer_features[i]);
map->add_gsub_pause (_hb_clear_syllables);

Notice no pause ("one at a time") between application.

@behdad
Copy link
Member

behdad commented Aug 3, 2021

Right. Khmer shaper was duplicated from Indic. Fixing comment. Thanks.

@behdad behdad closed this as completed in 62a535f Aug 3, 2021
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

No branches or pull requests

2 participants