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

ASCII file functions in Kernel::Strings #9479

Closed
peterfpeterson opened this issue Dec 17, 2013 · 1 comment
Closed

ASCII file functions in Kernel::Strings #9479

peterfpeterson opened this issue Dec 17, 2013 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@peterfpeterson
Copy link
Member

This ticket is blocks : TRAC8623

Since this is where much of the string stuff is already located, move some utility functions from DataHandling::LoadAscii to here for use by others. The main ones are:

  • LoadAscii::peekLine
  • LoadAscii::skipLine

There should also be a change to Strings::strip to just use boost::trim. Also, LoadAscii::isAscii should just call FileDescriptor::isAscii.

@peterfpeterson
Copy link
Member Author

This issue was originally trac ticket 8635

@peterfpeterson peterfpeterson added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@peterfpeterson peterfpeterson self-assigned this Jun 3, 2015
@peterfpeterson peterfpeterson added this to the Release 3.1 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework
Projects
None yet
Development

No branches or pull requests

1 participant