Skip to content

Extended ASCII characters #412

@InfiniteTabs

Description

@InfiniteTabs

Question
I'm running into an issue where characters like 'ö' throwing an error, then I noticed this part in the code:

bool get isAscii {
    for (var cu in codeUnits) {
      if (cu > 127) return false;
    }
    return true;
  }

Is there a reason to not include all 255 ASCII characters?

Best regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions