[PR #5031] [MERGED] fix: multibyte utf16 #11649

Closed
opened 2026-04-12 23:34:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/5031
Author: @mxyng
Created: 6/13/2024
Status: Merged
Merged: 6/13/2024
Merged by: @mxyng

Base: mainHead: mxyng/fix-multibyte-utf16


📝 Commits (2)

  • cd234ce parser: add test for multibyte runes
  • d528e1a fix utf16 for multibyte runes

📊 Changes

2 files changed (+54 additions, -45 deletions)

View changed files

📝 parser/parser.go (+6 -29)
📝 parser/parser_test.go (+48 -16)

📄 Description

follow up to #5025 and #4715 which fixes multibyte runes for utf16


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/5031 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 6/13/2024 **Status:** ✅ Merged **Merged:** 6/13/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/fix-multibyte-utf16` --- ### 📝 Commits (2) - [`cd234ce`](https://github.com/ollama/ollama/commit/cd234ce22c85bf34dc50b05c93c4dab513ae8f99) parser: add test for multibyte runes - [`d528e1a`](https://github.com/ollama/ollama/commit/d528e1af75e5b253b21ec90fa9d5f33737fd4909) fix utf16 for multibyte runes ### 📊 Changes **2 files changed** (+54 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `parser/parser.go` (+6 -29) 📝 `parser/parser_test.go` (+48 -16) </details> ### 📄 Description follow up to #5025 and #4715 which fixes multibyte runes for utf16 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-12 23:34:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#11649