Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix Unicode character error building Japanese PDF documents#149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JulienPalard merged 3 commits intopython:mainfromatsuoishimoto:fix-ja-pdf-error
Mar 10, 2023

Conversation

atsuoishimoto
Copy link
Contributor

Fix Unicode character error building Japanese PDF documents.

Seepython/python-docs-ja#31,python/python-docs-ja#35

@atsuoishimoto
Copy link
ContributorAuthor

Dockerfile I used to build the document:

FROM ubuntu:22.04ENV DEBIAN_FRONTEND=noninteractiveWORKDIR /pydocRUN apt update \&& apt-get install -y python3.11 python3-pip python3.11-venv git rsync zip \curl latexmk xindy texinfo texlive-xetex texlive-latex-recommended \texlive-fonts-extra texlive-lang-japanese fonts-noto-cjk-extra\texlive-luatex \&& apt-get cleanRUN python3.11 -m venv .venvENV PATH="/pydoc/.venv/bin:${PATH}"COPY requirements.txt .RUN pip install -r requirements.txtWORKDIR /builddir

@JulienPalard
Copy link
Member

Tried it locally: it works, let's try it in production!

@JulienPalardJulienPalard merged commitd5a0a72 intopython:mainMar 10, 2023
@JulienPalard
Copy link
Member

(Thanks for all the hard work on this!)

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@atsuoishimoto@JulienPalard

[8]ページ先頭

©2009-2025 Movatter.jp