Fredrik Roubert

Results 11 issues of Fredrik Roubert

##### Checklist - [X] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-22628 - [X] Required: The PR title must be prefixed with a JIRA Issue number. - [X] Required: The PR description must include...

##### Checklist - [X] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-22618 - [X] Required: The PR title must be prefixed with a JIRA Issue number. - [X] Required: The PR description must include...

Any symbol that isn't intended to have external linkage should either be declared static (legacy code) or put in an unnamed namespace. ##### Checklist - [x] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-22001...

##### Checklist - [x] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-22721 - [x] Required: The PR title must be prefixed with a JIRA Issue number. - [x] Required: The PR description must include...

Create any trivial _Hello, World!_ style program and combine compile & link on the command line like this: ``` $ g++-13 -o hello hello.cc $ clang++-17 -o hello hello.cc ```...

When passing a string literal to any of the legacy constructors that take just a plain pointer to a UTF-16 string it becomes necessary to iterate through the string to...

This is a follow-up to PR #3076. There isn't really any advantage in wrapping these in string views, is there? Using plain string literals for UTF-16 strings just like already...

**Bug Report** I believe that I've found a bug in mypy, the following MRE should as far as I can tell not result in any typing errors at all, but...

bug
topic-type-context

#### Checklist - [X] Required: Issue filed: ICU-23136 - [X] Required: The PR title must be prefixed with a JIRA Issue number. Example: "ICU-1234 Fix xyz" - [X] Required: Each...

All the most commonly used `Locale` objects have very little payload, most of them don't use any extensions, don't use a language tag longer than 3 characters and don't use...