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

Added the ability to specify codeset switches manually in a Code128 barcode. #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

jbradford
Copy link

No description provided.

@barnhill
Copy link
Owner

explain to me the business need for this custom C128 encoding so I understand what is going on here before I pull this.

@barnhill
Copy link
Owner

barnhill commented Dec 2, 2014

also when pulling into another repo consolidating multiple commits into one commit would be nice to keep the history neater looking.

@barnhill
Copy link
Owner

Do you want to fix this pull request so I can merge it in or do you want me to close it?

return new Code128CustomBuilder()
{
Code128String =
string.Format("{0}{1}{2}{3}", Code128String, char.ConvertFromUtf32(140), type.ToString(), barcodePart)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unnecessary wrapping

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bbarnhill I think that wrapping on lines 14–17 is just what VS automatically does. No point in trying to override VS because whenever you edit near that it’ll just reperform that same whitespace change again.

Line 25 is so long maybe it needs to be split up more ;-).

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think its probably fine in length ... just wrapped for some reason

@barnhill
Copy link
Owner

Can one of the admins verify this patch?

@barnhill
Copy link
Owner

Final ask before I close this ... does someone want to get this ready for merger or should it just be closed?

@@ -89,6 +89,7 @@
<Compile Include="Symbologies\Codabar.cs" />
<Compile Include="Symbologies\Code11.cs" />
<Compile Include="Symbologies\Code128.cs" />
<Compile Include="Symbologies\Code128CustomBuilder.cs" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think Custom can be removed from this title since its really just building a Code128 string to be encoded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants