Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer linking against ncursesw over ncurses library #42879

Closed
ianward mannequin opened this issue Feb 9, 2006 · 2 comments
Closed

Prefer linking against ncursesw over ncurses library #42879

ianward mannequin opened this issue Feb 9, 2006 · 2 comments
Assignees
Labels
build The build process and cross-build

Comments

@ianward
Copy link
Mannequin

ianward mannequin commented Feb 9, 2006

BPO 1428494
Nosy @loewis
Files
  • python-cursesw.diff: Patch to setup.py in Unidiff format
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/loewis'
    closed_at = <Date 2006-02-11.15:58:01.000>
    created_at = <Date 2006-02-09.18:03:46.000>
    labels = ['build']
    title = 'Prefer linking against ncursesw over ncurses library'
    updated_at = <Date 2006-02-11.15:58:01.000>
    user = 'https://bugs.python.org/ianward'

    bugs.python.org fields:

    activity = <Date 2006-02-11.15:58:01.000>
    actor = 'loewis'
    assignee = 'loewis'
    closed = True
    closed_date = None
    closer = None
    components = ['Build']
    creation = <Date 2006-02-09.18:03:46.000>
    creator = 'ian_ward'
    dependencies = []
    files = ['6991']
    hgrepos = []
    issue_num = 1428494
    keywords = ['patch']
    message_count = 2.0
    messages = ['49439', '49440']
    nosy_count = 2.0
    nosy_names = ['loewis', 'ian_ward']
    pr_nums = []
    priority = 'high'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1428494'
    versions = []

    @ianward
    Copy link
    Mannequin Author

    ianward mannequin commented Feb 9, 2006

    The curses module cannot display characters in the
    UTF-8 encoding unless _curses it is linked agains
    ncursesw.

    This patch checks for and uses the ncursesw version of
    the ncurses library before looking for other versions.

    @ianward ianward mannequin closed this as completed Feb 9, 2006
    @ianward ianward mannequin assigned loewis Feb 9, 2006
    @ianward ianward mannequin added the build The build process and cross-build label Feb 9, 2006
    @ianward ianward mannequin closed this as completed Feb 9, 2006
    @ianward ianward mannequin assigned loewis Feb 9, 2006
    @ianward ianward mannequin added the build The build process and cross-build label Feb 9, 2006
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Feb 11, 2006

    Logged In: YES
    user_id=21627

    Thanks for the patch. Committed as r42320 and r42321.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    build The build process and cross-build
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants