Skip to content

Add codepage detection for Windows 949-2000#9

Open
To-steak wants to merge 1 commit intolibyal:mainfrom
To-steak:main
Open

Add codepage detection for Windows 949-2000#9
To-steak wants to merge 1 commit intolibyal:mainfrom
To-steak:main

Conversation

@To-steak
Copy link

@To-steak To-steak commented Dec 2, 2025

No description provided.

@To-steak To-steak changed the title Add codepage detection for Windows 949 Add codepage detection for Windows 949-2000 Dec 2, 2025
@codecov
Copy link

codecov bot commented Dec 3, 2025

Codecov Report

❌ Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.30%. Comparing base (47af98b) to head (d53c056).

Files with missing lines Patch % Lines
libclocale/libclocale_codepage.c 0.00% 10 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (47af98b) and HEAD (d53c056). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (47af98b) HEAD (d53c056)
4 2
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
- Coverage   90.03%   81.30%   -8.74%     
==========================================
  Files           3        3              
  Lines         552      369     -183     
  Branches      101       67      -34     
==========================================
- Hits          497      300     -197     
- Misses         15       46      +31     
+ Partials       40       23      -17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

if( ( string[ string_index ] == (wchar_t) '9' )
&& ( string[ string_index + 1 ] == (wchar_t) '4' )
&& ( string[ string_index + 2 ] == (wchar_t) '9' )
&& ( string[ string_index + 3 ] == (wchar_t) '-' )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's add _ as a separator as well

@joachimmetz joachimmetz self-assigned this Dec 3, 2025
@joachimmetz
Copy link
Member

thx for the proposed changes

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