issues
search
NightOwl888
/
ICU4N
International Components for Unicode for .NET
Apache License 2.0
27
stars
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Added GitHub Release Notes Template
#94
NightOwl888
closed
6 days ago
0
SWEEP: Replace J2N's TripleShift call with C# 11's unsigned right shift operator
#93
paulirwin
closed
1 week ago
0
Replace J2N.Numerics.BitOperation.TripleShift with >>> in C# 11
#92
NightOwl888
closed
1 week ago
0
ICU4N.Resources patch fails to copy satellite assemblies with 3-letter language codes when packing a .NET tool
#91
NightOwl888
opened
3 weeks ago
0
.build/dependencies.props: Added version constraint
#90
NightOwl888
closed
3 weeks ago
0
ICU4N.Resources: Include Newtonsoft.Json binaries so we don't conflict with consumers
#89
NightOwl888
closed
1 month ago
0
Fix for many issues with copying, naming, and loading satellite assemblies
#88
NightOwl888
closed
1 month ago
0
Task: Add probing paths for satellite assemblies in ICUResourceBundle
#87
NightOwl888
opened
1 month ago
0
ICU4N.Resources.csproj: Removed NETStandard.Library as a transitive dependency
#86
NightOwl888
closed
1 month ago
0
Remove resource data from repo, #81
#85
paulirwin
opened
1 month ago
1
ICU4N.Impl.CacheValue<TValue>::SoftValue: Removed finalizer
#84
NightOwl888
closed
1 month ago
0
ICU4N.Support.AnonymousComparer: Deleted because this is the same functionality as Comparer<T>.Compare()
#83
NightOwl888
closed
1 month ago
0
Fix cross-platform satellite assembly generation
#82
NightOwl888
opened
1 month ago
0
Task: Remove resource data from the ICU4N repository
#81
NightOwl888
opened
1 month ago
0
Task: Investigate listing locales without keeping all satellite assemblies loaded in AppDomain
#79
NightOwl888
closed
1 month ago
1
Added net8.0 target and tests (Fixes #73)
#78
NightOwl888
closed
1 month ago
0
Normalize constants/field names in Normalizer2Impl, #11
#77
paulirwin
closed
1 month ago
0
Rename numeric methods/types to conform with .NET conventions, #12
#76
paulirwin
closed
1 month ago
2
Support building (some) satellite assemblies on macOS via Mono
#75
paulirwin
closed
1 month ago
1
Removed .NET Standard 1.x and .NET Core 1.x build features (Fixes #72)
#74
NightOwl888
closed
1 month ago
0
Task: Add tests/target for net8.0
#73
NightOwl888
closed
1 month ago
0
Task: Remove .NET Standard 1.x/.NET Core 1.x build features
#72
NightOwl888
closed
1 month ago
0
Dropped support for ICharSequence in favor of ReadOnlySpan<char>/ReadOnlyMemory<char>
#71
NightOwl888
closed
1 month ago
0
BreakIterator.GetCharacterInstance() - results differ from ICU4J
#70
michaelhkay
closed
4 months ago
4
Problem with Collator.getInstance(), related to ICU4N.resources
#69
michaelhkay
closed
1 month ago
6
Added support for Span<T>/ReadOnlySpan<T> in net40
#68
NightOwl888
closed
7 months ago
0
Add target for .NET 6/8 or .NET Standard 2.0/2.1
#67
DaveDezinski
closed
1 month ago
3
Unable to run Transliterator with `DOTNET_SYSTEM_GLOBALIZATION_INVARIANT="1"`
#66
gnattu
opened
7 months ago
1
.NET 7/.NET 8 MAU projects don't build if NuGet package referencing ICU4N.Resources is added: alleged same target path for e.g. zh-HK\ICU4N.resources.dll
#65
martin-honnen
closed
1 month ago
5
SWEEP: Changed naming convention suffix of T4 templates
#64
NightOwl888
closed
11 months ago
0
Audo-generate T4 Templates (Closes #40)
#63
NightOwl888
closed
11 months ago
0
Task: Change suffix of files generated by T4 templates from XXXExtension.cs to XXX.generated.cs
#62
NightOwl888
closed
11 months ago
0
Converted Java array-style ref/out/return values into ref/out parameters in .NET (Fixes #57)
#61
NightOwl888
closed
12 months ago
0
PERFORMANCE: ICU4N.Transliterator: Converted lambda style "anonymous classes" into concrete implementations
#60
NightOwl888
closed
12 months ago
0
BUG: ICU4N.Text.ValueStringBuilder: Use FEATURE_STRING_IMPLCIT_TO_READONLYSPAN instead of NETCOREAPP
#59
NightOwl888
closed
12 months ago
0
BUG: ICU4N.Impl.Utility::ParseInteger(): Fixed logic to ignore case when searching for the prefix "0x"
#58
NightOwl888
closed
12 months ago
0
Task: Modify methods to use ref or out parameters instead of arrays parameters and return values, where sensible
#57
NightOwl888
closed
12 months ago
0
Task: Update inline StringBuilder calls to use ValueStringBuilder, when supported
#56
NightOwl888
closed
1 month ago
0
Task: Add ValueStringBuilder as an appendable type to the T4 templates
#55
NightOwl888
closed
1 month ago
0
Task: Add ReadOnlySpan<char> as a char sequence type to the T4 templates
#54
NightOwl888
closed
1 month ago
0
Fixed all build warnings
#53
NightOwl888
closed
1 year ago
0
PERFORMANCE: ICU4N.Impl.RuleCharacterIterator: Fixed bottleneck when calling Lookahead() method
#52
NightOwl888
closed
1 year ago
0
PERFORMANCE: ICU4N.Impl.LocaleIDParser: Converted to ref struct using ValueStringBuilder internally to reduce allocations
#51
NightOwl888
closed
1 year ago
0
ICU4N.Impl.ResourceKey: Removed unnecessary unsafe code from InternalSubString() method
#50
NightOwl888
closed
1 year ago
0
Added dependency on System.Memory and enabled Span<T> support in net451 and netstandard2.0
#49
NightOwl888
closed
1 year ago
0
ICU4N.Text.ValueStringBuilder: Added AppendCodePoint() and Remove() methods + tests
#48
NightOwl888
closed
1 year ago
0
BUG: ICU4N.Reflection.AssemblyExtensions: Fixed bug that was causing GetCustomAttribute() not to function on net40
#47
NightOwl888
closed
1 year ago
0
BREAKING: Added Rule-Based Number Format Static API
#46
NightOwl888
closed
1 year ago
0
Build: Add automation for building custom resource distributions
#45
NightOwl888
opened
1 year ago
0
Use official buildTransitive NuGet support
#44
NightOwl888
closed
1 year ago
0
Next