Skip to content

compiler: Avoid compile error on weird proto file names#12786

Merged
ejona86 merged 2 commits intogrpc:masterfrom
ejona86:compiler-weird-file-names
May 6, 2026
Merged

compiler: Avoid compile error on weird proto file names#12786
ejona86 merged 2 commits intogrpc:masterfrom
ejona86:compiler-weird-file-names

Conversation

@ejona86
Copy link
Copy Markdown
Member

@ejona86 ejona86 commented May 1, 2026

This only matters when @generated=javax is used, so it shouldn't matter much.

It isn't guaranteed that javac will interpret the file as UTF-8, but it is exceedingly common, and it doesn't seem too much to ask if you are using weird file names.

This only matters when `@generated=javax` is used, so it shouldn't
matter much.

It isn't guaranteed that javac will interpret the file as UTF-8, but it
is exceedingly common, and it doesn't seem too much to ask if you are
using weird file names.
@ejona86 ejona86 requested a review from kannanjgithub May 1, 2026 17:59
@ejona86 ejona86 merged commit f021bef into grpc:master May 6, 2026
17 checks passed
@ejona86 ejona86 deleted the compiler-weird-file-names branch May 6, 2026 20:58
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