mirror of
https://github.com/Dvorinka/SpotifyRecAlg.git
synced 2026-06-04 04:23:02 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
def handle_unicode(string: str):
|
||||
"""
|
||||
Handles Unicode errors by ignoring unicode characters
|
||||
"""
|
||||
return string.encode("utf-16", "ignore").decode("utf-16")
|
||||
Reference in New Issue
Block a user