{"id":18666130,"url":"https://github.com/michioxd/tcvn2uni","last_synced_at":"2026-04-25T11:33:07.499Z","repository":{"id":199608320,"uuid":"625506106","full_name":"michioxd/tcvn2uni","owner":"michioxd","description":"Công cụ trực tuyến miễn phí và mã nguồn mở giúp chuyển đổi ký tự từ bảng mã TCVN3 (tiêu chuẩn cũ) trong file Microsoft Word (.docx), Microsoft PowerPoint (.pptx), Microsoft Excel (.xlsx) sang bảng mã Unicode","archived":false,"fork":false,"pushed_at":"2024-04-02T16:08:49.000Z","size":2144,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T14:50:19.988Z","etag":null,"topics":["character","converter","docx","excel","powerpoint","pptx","react","tcvn3","unicode","vietnamese","vni","word","xlsx"],"latest_commit_sha":null,"homepage":"http://michioxd.ch/tcvn2uni/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michioxd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-09T10:22:31.000Z","updated_at":"2024-05-25T13:38:06.000Z","dependencies_parsed_at":"2024-11-07T08:33:44.489Z","dependency_job_id":"52459b90-6e29-4c45-9d7d-acdff258f008","html_url":"https://github.com/michioxd/tcvn2uni","commit_stats":null,"previous_names":["michioxd/tcvn2uni"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michioxd/tcvn2uni","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michioxd%2Ftcvn2uni","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michioxd%2Ftcvn2uni/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michioxd%2Ftcvn2uni/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michioxd%2Ftcvn2uni/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michioxd","download_url":"https://codeload.github.com/michioxd/tcvn2uni/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michioxd%2Ftcvn2uni/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32261110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["character","converter","docx","excel","powerpoint","pptx","react","tcvn3","unicode","vietnamese","vni","word","xlsx"],"created_at":"2024-11-07T08:30:42.542Z","updated_at":"2026-04-25T11:33:07.482Z","avatar_url":"https://github.com/michioxd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tcvn2uni\n\nCông cụ trực tuyến miễn phí và mã nguồn mở giúp chuyển đổi ký tự từ bảng mã TCVN3 (tiêu chuẩn cũ) trong file Microsoft Word (.docx), Microsoft PowerPoint (.pptx), Microsoft Excel (.xlsx) sang bảng mã Unicode\n\n## Tại sao?\n\nTrong các file Word hoặc PowerPoint cũ từ những năm 200x, người ta sẽ chỉ sử dụng chủ yếu là bảng mã TCVN3 vì lúc đấy Unicode chưa hỗ trợ đầy đủ chữ Quốc ngữ, sau dần, Unicode đã hỗ trợ đầy đủ chữ Quốc ngữ (Tiếng Việt), nên TCVN3 đã trở nên lỗi thời. Cùng với đó, các phông chữ hiện đại (ví dụ: Times New Roman,...) sẽ không hiện thị được các ký tự của bảng mã TCVN3. Công cũ này tạo ra để chuyển đổi các nội dung sử dụng bảng mã TCVN3 sang Unicode trong các file Word, PowerPoint hoặc Excel.\n\nVí dụ: `Xin chµo tÊt c¶ mäi ng­êi` =\u003e `Xin chào tất cả mọi người`\n\n## Lưu ý\n\nVì đây là công cụ được xử lý 100% bằng trình duyệt không thông qua máy chủ, nên các định dạng file Word, PowerPoint và Excel cũ như .doc, .ppt, .xls đều cần được chuyển đổi qua định dạng .docx cho file Word, .pptx cho file PowerPoint, .xlsx cho file Excel.\n\n## Cách sử dụng\n\n- Bước 1: Lựa chọn tệp (.docx hoặc .pptx hoặc .xlsx)\n- Bước 2: Chọn bảng mã để chuyển qua Unicode\n- Bước 3: Chờ và lưu tệp\n\n## Hướng dẫn chạy trong môi trường developer\n\n```bash\n# clone repo\ngit clone https://github.com/michioxd/tcvn2uni\n\n# cài đặt các deps\npnpm install\n# tương tự với các trình quản lý gói khác, khuyên dùng pnpm\n# npm\nnpm install\n# yarn\nyarn add\n\n# chạy\npnpm run dev\n```\n\n## Dependency\n\n- [vietnamese-conversion](https://github.com/duydev/vietnamese-conversion)\n- [jszip](https://github.com/Stuk/jszip)\n\n## Giấy phép\n\nMIT License ([Nhấn để xem giấy phép](./LICENSE))\n\n\u0026copy; 2023 nekochoko (a.k.a michioxd)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichioxd%2Ftcvn2uni","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichioxd%2Ftcvn2uni","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichioxd%2Ftcvn2uni/lists"}