microsoft / microsoft/react-native-windows

Remove unicode conversion functions from def files.

Open
#3,391 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Code Cleanup enhancement nice-to-have Workstream: Component Parity
Dominant language
C++
Stars
17.3k
Forks
1.2k
Avg merge
1d 13h
Merged PRs (30d)
33

Description

Currently, both react-native-win32.dll and react.uwp.dll export Unicode conversion functions. This is due to older versions of react native's relying on non-standard Unicode conversions. The non-standard behavior has been removed, and we should remove those functions from the dll exports.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the def files that define exports for react-native-win32.dll and react.uwp.dll, then identify the Unicode conversion exports described in the issue. Done means those obsolete functions are absent from both DLL export lists; use the repository’s existing build or export checks to verify the change.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, react-native
Domain
build-system
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.