Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HKUDS/OpenSpace
/ _normalize_unicode
Function
_normalize_unicode
openspace/skill_engine/patch.py:494–495 ·
view source on GitHub ↗
(s: str)
Source
from the content-addressed store, hash-verified
492
493
494
def
_normalize_unicode(s: str) -> str:
495
return
_UNICODE_RE.sub(
lambda
m: _UNICODE_REPLACEMENTS[m.group()], s)
496
497
498
def
seek_sequence(
Callers
1
seek_sequence
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected