Skip to content

Use math instead of a switch statement for lowercase/uppercase#74

Open
ZXShady wants to merge 1 commit into
Eczbek:mainfrom
ZXShady:upper_lower_case
Open

Use math instead of a switch statement for lowercase/uppercase#74
ZXShady wants to merge 1 commit into
Eczbek:mainfrom
ZXShady:upper_lower_case

Conversation

@ZXShady

@ZXShady ZXShady commented Jun 21, 2026

Copy link
Copy Markdown

Is this intentional for systems that does not use ASCII? I doubt a compiler would not support ASCII in the year 2026. if so you might want to put a comment

@Eczbek

Eczbek commented Jun 21, 2026

Copy link
Copy Markdown
Owner

EBCDIC might still be around... and it's fun to write code which does not assume ASCII

@ZXShady

ZXShady commented Jun 21, 2026

Copy link
Copy Markdown
Author

EBCDIC might still be around... and it's fun to write code which does not assume ASCII

wouldn't you need to use trigraphs for the source encoding to support that as well

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