jasonrogena / jasonrogena/php-excel-reader

quote problem

Open
#151 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
PHP
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
i have the attached file, if i place encoding "UTF-126LE" he place blank
spaces, if i use "ISO-8859-1" he take correct spaces, but jump some quotes, if
i place 'cp1250' or 'cp1251', he take correct spaces and quotes, but not take
correct special characters like "àèòù", ecc.

i am going crazy for it.

i am attaching the code to input in mysql db, and the code to generate csv.

can you help me?
many thanks
```

Original issue reported on code.google.com by `andrea.m...@vesaufficio.it` on 30 Jul 2012 at 5:34

Attachments:
- [Spicers-DB_WEB_Cat2012_5012419_PAPERONE.rar](https://storage.googleapis.com/google-code-attachments/php-excel-reader/issue-151/comment-0/Spicers-DB_WEB_Cat2012_5012419_PAPERONE.rar)
- [functions.php](https://storage.googleapis.com/google-code-attachments/php-excel-reader/issue-151/comment-0/functions.php)
- [generacsv.php](https://storage.googleapis.com/google-code-attachments/php-excel-reader/issue-151/comment-0/generacsv.php)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the attached functions.php and generacsv.php, then inspect the supplied spreadsheet and reproduce the encoding behavior in the MySQL import and CSV generation paths. Done means spaces, quotes, and accented characters such as àèòù are preserved correctly rather than being lost or replaced.

Written by the indexing model from the issue text.

Assessment

Tech stack
mysql, php
Domain
backend, databases
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.