astrodbtoolkit / astrodbtoolkit/astrodb_utils
remove unicode characters in `ingest_publication`
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Need é to be regular e.
```python
source_string.replace("\u00e", "e")
```
Example:
```json
"reference": "L\u00e9pi08",
"bibcode": "2008ApJ...681L..33L",
"doi": "10.1086/590183",
"description": "Twenty-Three New Ultracool Subdwarfs from the Sloan Digital Sky Survey"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.